home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETWLBSM.IN_ / netwlbsm.inf
Encoding:
INI File  |  2003-03-24  |  925 b   |  43 lines

  1. ; -- NETWLBSM.INX --
  2. ;
  3. ; Windows Load Balancing Filter Device
  4. ;
  5. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  6.  
  7. [Version]
  8. signature  = "$Windows NT$"
  9. Class      = Net
  10. ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
  11. Provider   = %Msft%
  12. LayoutFile = layout.inf
  13. DriverVer=10/01/2002,5.2.3790.0
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect = ms_wlbsmp
  17.  
  18. [Manufacturer]
  19. %Msft% = MSFT
  20.  
  21. [MSFT]
  22. %WLBSMP_Desc% = WLBSMP.ndi, ms_wlbsmp
  23.  
  24. [WLBSMP.ndi]
  25. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  26.  
  27. [WLBSMP.ndi.Services]
  28. AddService = WLBS, 2, WLBSMP.AddService
  29.  
  30. [WLBSMP.AddService]
  31. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  32. StartType      = 3 ;SERVICE_DEMAND_START
  33. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  34. ServiceBinary  = %12%\wlbs.sys
  35.  
  36.  
  37. [Strings]
  38. Msft = "Microsoft"
  39.  
  40. WLBS_Desc   = "Network Load Balancing"
  41. WLBSMP_Desc = "Network Load Balancing Filter Device"
  42.  
  43.